home *** CD-ROM | disk | FTP | other *** search
/ Megadoom II / MEGADOOM II - iso.7z / MEGADOOM II.ISO / doom / loaders / dos / ezdoom23 / ez.bat next >
DOS Batch File  |  1994-12-04  |  419b  |  36 lines

  1. @echo off
  2. if exist Doom2.exe goto dmgo:
  3.  
  4. if not exist doom2.exe goto errmsg:
  5.  
  6. :errmsg
  7.  
  8. cls
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. @echo                         Sorry, unable to find Doom2.exe!
  17. @echo                         please copy EZdoom.exe and EZ.bat
  18. @echo                         to your Doom 2 directory, and then
  19. @echo                         Run EZDoom!
  20.  
  21.  
  22.  
  23.  
  24.  
  25. pause
  26. goto end:
  27.  
  28. :dmgo
  29.  
  30. ezdoom.exe
  31. cls
  32.  
  33. :end
  34.  
  35.  
  36.